All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.AuthTTY
java.lang.Object
|
+----java.util.Dictionary
|
+----sun.security.AuthContext
|
+----sun.security.AuthTTY
- public class AuthTTY
- extends AuthContext
An Authentication Context that prompts for a passphrase on a terminal
type interaction device, without depending on a windowing system.
-
AuthTTY()
-
-
trustedGet(Object)
- Provides a simple "Secure path" facility.
AuthTTY
public AuthTTY()
trustedGet
protected Object trustedGet(Object index)
- Provides a simple "Secure path" facility.
- Parameters:
- index - the index for the value which is to be acquired
using some trusted path interaction.
- Overrides:
- trustedGet in class AuthContext
All Packages Class Hierarchy This Package Previous Next Index